auto merge of #283 : alexcrichton/cargo/fix-fresh-plugin-deps, r=wycats
authorbors <bors@rust-lang.org>
Tue, 29 Jul 2014 05:29:34 +0000 (05:29 +0000)
committerbors <bors@rust-lang.org>
Tue, 29 Jul 2014 05:29:34 +0000 (05:29 +0000)
commit6b7c2e864ec298282a3b923d0b30d63468b1bca2
tree29036af05fb08f3e669319770848a27680f6252f
parenta27f18f178242ee7ab84d07701be24e00b134562
parent74c8d5716f385ab3637a8bcdd262dd2e1e524fcd
auto merge of #283 : alexcrichton/cargo/fix-fresh-plugin-deps, r=wycats

When copying files over from the old root to the new root on a fresh
compilation, care must be taken to preserve the correct plugin/host version of
each dependency. The previous code copied back over at most one library, but
this commit fixes this behavior by copying over all targets necessary for
compilation.